chore(deps): update dependency communitytoolkit.maui to v9 #347
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.1
->9.0.0
Release Notes
CommunityToolkit/Maui (CommunityToolkit.Maui)
v9.0.0
: : Breaking BugfixesCompare Source
Version 9! That must mean amazing new goodies! 😱
Unfortunately, no. Although every release of the Toolkit is a party of its own, for this release there are a couple of bugfixes that required breaking changes and therefore we bumped the version up to 9.
However, is XAML and converters are your jam, then be sure to check out the improvements in usage with
CompareConverter
. @bijington has done some great work with that and you can find the documentation for that right here.Find all the details below, if you have any questions or concerns, please let us know!
You might also like the .NET MAUI Community Toolkit standup live stream recording for May. Join us live and come hang out every first Thursday of every month on the .NET Foundation YouTube channel!
As always, many thanks to our contributors for this version, especially the community ones 👏 you are our heroes!
What's Changed
FrozenSet
withIReadOnlyList
by @brminnick in https://github.com/CommunityToolkit/Maui/pull/1839🥱
New Contributors
Full Changelog: CommunityToolkit/Maui@8.0.1...9.0.0
v8.0.1
: : TouchBehavior (and all Behaviors) HotfixCompare Source
By implementing
TouchBehavior
we found out that the databinding for it was a bit odd and went to investigate why.The good news is: we found it! 🎉
The bad news is: it applied to all of our behaviors 🙈
We quickly fixed it and rolling it out as a minor release. Technically it's a breaking change, but we expect not many people to be impacted by that. If we thought wrong: our sincere apologies.
Check the PR below for all the details, TL;DR is data binding for behaviors is now a lot easier!
What's Changed
CommunityToolkit.Maui.Behavior
s, EnsureBindingContext
Is Automatically Set to the Attached View'sBindingContext
by @brminnick in https://github.com/CommunityToolkit/Maui/pull/1791Full Changelog: CommunityToolkit/Maui@8.0.0...8.0.1
v8.0.0
: : Can Touch This! TouchBehavior is Here!Compare Source
TouchBehavior is here!
The release a lot of people have been waiting for is here. Version 8.0 of the .NET MAUI Community Toolkit introduces the ever popular
TouchBehavior
! You might knowTouchBehavior
asTouchEffect
in the Xamarin world, but since Effects no longer exist, it has now been turned into a Behavior.Due to the amazing work of @Axemasta this functionality is now ported from the Xamarin Community Toolkit to .NET MAUI. Of course, @bijington was on the case with the documentation, so we have that in place for you as well.
Breaking Snackbar on Windows
Otherwise, there is A LOT going on in this release, just look at the list below. There is however one thing we do want to highlight: the breaking changes for
Snackbar
.Based on your feedback @VladislavAntonyuk did a complete rewrite of the
Snackbar
on Windows, ultimately of course to make things better, but it requires some changes on your side if you are working withSnackbar
on Windows today. On other platforms it should work unchanged.Find all the details in our updated documentation for this.
NavigationBar coloring for Android
Another functionality that was ported over from the Xamarin Community Toolkit is the NavigationBar coloring. This is very specific to Android and allows you to change the color of the systems navigation bar (the bottom one with the back button, home button, etc.)
@pictos did a great job on this one figuring out how to fit this into our toolkit 👏
Find all the docs on how to start using it, right here.
Thank you contributors!
Of course we couldn't have done this without our amazing community and team, a major feature like
TouchBehavior
being implemented by someone from the community is what this project is all about. Truly amazing.Special shoutout to our first-time contributors: @Marioo1357, @eduardoagr, @StevilKnevil, @Cybrosys, @marco-skizza and @Axemasta but of course a BIG THANK YOU to all of you!
Big Ol' List of Changes
Swept Under the Rug 🧹
Microsoft.Maui.*
Dependencies to v8.0.7 by @brminnick in https://github.com/CommunityToolkit/Maui/pull/1699New Contributors
Full Changelog: CommunityToolkit/Maui@7.0.1...8.0.0
Configuration
📅 Schedule: Branch creation - "after 4am and before 8am on saturday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.